home *** CD-ROM | disk | FTP | other *** search
- Path: crcnews.unl.edu!cse!teg
- From: teg@cse.unl.edu (Brian Tegtmeier)
- Newsgroups: comp.lang.c++
- Subject: Response: Clear Screen
- Date: 25 Mar 1996 04:45:32 GMT
- Organization: Dept of CS&E -- University of Nebraska-Lincoln
- Message-ID: <4j58dc$co7@crcnis3.unl.edu>
- NNTP-Posting-Host: cse.unl.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- To clear the screen in a C program in the Unix environment use a system call.
-
- system("clear");
-
- I could use some help in using tin to post a thread to an existing article as yoyou may be able to tell.
-
-